chore(deps): update non-major dependencies#421
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
2382ef0 to
179b685
Compare
e7b41bb to
4fa5d1c
Compare
34b735c to
b1a31b6
Compare
20beed2 to
b6c82f8
Compare
6ad6c0c to
775ff3a
Compare
a81a7a4 to
0ff62b9
Compare
0ff62b9 to
9175f99
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.0→3.0.11.58.1→1.58.22.50.1→2.55.00.8.0→0.9.20.8.0→0.9.20.8.0→0.9.20.9.0→0.10.20.8.0→0.9.218.3.27→18.3.288.54.0→8.57.18.54.0→8.57.16.0.3→6.0.55.1.3→5.1.50.4.26→0.5.23.21.0→3.21.25.49.1→5.54.14.3.6→4.4.52.11.10→2.11.113.5.27→3.5.30Release Notes
paulmillr/noble-ed25519 (@noble/ed25519)
v3.0.1Compare Source
verifyFull Changelog: paulmillr/noble-ed25519@3.0.0...3.0.1
microsoft/playwright (@playwright/test)
v1.58.2Compare Source
sveltejs/kit (@sveltejs/kit)
v2.55.0Compare Source
Minor Changes
$app/types, leading to better type safety when working with params in$app/types,$app/state, and hooks. (#15502)v2.54.0Compare Source
Minor Changes
Patch Changes
chore: upgrade
devalue(#15535)fix: don't wait for remote functions that are not awaited in the template (#15280)
feat: allow
resolve()to accept pathnames with a search string and/or hash (#15458)chore: remove deprecation warnings for
config.kit.files.*options when validating the Svelte config file (#15482)fix: handles form target attribute in remote form redirects (#15457)
v2.53.4Compare Source
Patch Changes
codeSplittingoption (#15451)v2.53.3Compare Source
Patch Changes
form(faba869)v2.53.2Compare Source
Patch Changes
fix: server-render nested form value sets (#15378)
fix: use deep partial types for form remote functions
.value()and.set(...)(#14837)fix: provide correct url info to remote functions (#15418)
fix: allow optional types for remote query/command/prerender functions (#15293)
fix: allow commands in more places (#15288)
v2.53.1Compare Source
Patch Changes
inlineDynamicImportswhen using Vite 8 (#15403)v2.53.0Compare Source
Minor Changes
Patch Changes
fix: remove event listeners on form attachment cleanup (#15286)
fix: apply queries refreshed in a form remote function when a redirect is thrown (#15362)
v2.52.2Compare Source
Patch Changes
fix: validate
formfile information to prevent amplification attacks (3e607b3)chore: upgrade
devalueandsvelte(#15339)fix: parse file offset table more strictly (
f47c01b)v2.52.0Compare Source
Minor Changes
matchfunction to map a path back to a route id and params (#14997)Patch Changes
fix: respect scroll-margin when navigating to a url-supplied anchor (#15246)
fix:
resolvewill narrow types to follow trailing slash page settings (#15027)v2.51.0Compare Source
Minor Changes
feat: add
scrollproperty toNavigationTargetin navigation callbacks (#15248)Navigation callbacks (
beforeNavigate,onNavigate, andafterNavigate) now include scroll position information via thescrollproperty onfromandtotargets:from.scroll: The scroll position at the moment navigation was triggeredto.scroll: InbeforeNavigateandonNavigate, this is populated forpopstatenavigations (back/forward) with the scroll position that will be restored, andnullfor other navigation types. InafterNavigate, this is always the final scroll position after navigation completed.This enables use cases like animating transitions based on the target scroll position when using browser back/forward navigation.
feat:
hydratable's injected script now works with CSP (#15048)Patch Changes
fix: put preloads before styles (#15232)
fix: suppress false-positive inner content warning when children prop is forwarded to a child component (#15269)
fix:
fetchnot working when URL is same host but different thanpaths.base(#15291)fix: navigate to hash link when base element is present (#15236)
fix: avoid triggering
handleErrorwhen redirecting in a remote function (#15222)fix: include
testdirectory in generatedtsconfig.jsonalongside existingtestsentry (#15254)fix: generate
tsconfig.jsonusing the value ofkit.files.src(#15253)v2.50.2Compare Source
Patch Changes
fix: ensure inlined CSS follows
paths.assetsandpaths.relativesettings (#15153)fix: emit script CSP nonces when
unsafe-inlineis present ifstrict-dynamicis also present (#15221)fix: re-export browser/dev from esm-env (#15206)
fix: use validated args in batch resolver in both csr and ssr (#15215)
fix: ensure CSS inlining includes components that are conditionally rendered (#15153)
fix: only match rest params with matchers when the matcher matches (#15216)
fix: properly handle percent-encoded anchors (e.g.
<a href="#sparkles-%E2%9C%A8">) during prerendering. (#15231)TanStack/store (@tanstack/react-store)
v0.9.2Compare Source
Patch Changes
84dc3eb]:v0.9.1Compare Source
Patch Changes
77c872f]:v0.9.0Compare Source
Minor Changes
Breaking changes (#265)
new Store()is nowcreateStore()new Derived()is now a derivedcreateStore():new Effect()removed in favor ofstore.subscribe():Patch Changes
dace25f]:v0.8.1Compare Source
Patch Changes
3096bf2]:TanStack/store (@tanstack/solid-store)
v0.9.2Compare Source
Patch Changes
84dc3eb]:v0.9.1Compare Source
Patch Changes
77c872f]:v0.9.0Compare Source
Minor Changes
Breaking changes (#265)
new Store()is nowcreateStore()new Derived()is now a derivedcreateStore():new Effect()removed in favor ofstore.subscribe():Patch Changes
dace25f]:v0.8.1Compare Source
Patch Changes
3096bf2]:TanStack/store (@tanstack/store)
v0.9.2Compare Source
Patch Changes
Fix a regression where mutable atoms could be updated internally with no updater and have their snapshot replaced with
undefined. (#289)Mutable atoms now ignore internal no-argument
_update()calls, while computed atoms keep existing recomputation behavior. This prevents external-store state from disappearing during reactive graph cleanup.v0.9.1Compare Source
Patch Changes
v0.9.0Compare Source
Minor Changes
Breaking changes (#265)
new Store()is nowcreateStore()new Derived()is now a derivedcreateStore():new Effect()removed in favor ofstore.subscribe():v0.8.1Compare Source
Patch Changes
TanStack/store (@tanstack/svelte-store)
v0.10.2Compare Source
Patch Changes
84dc3eb]:v0.10.1Compare Source
Patch Changes
77c872f]:v0.10.0Compare Source
Minor Changes
Breaking changes (#265)
new Store()is nowcreateStore()new Derived()is now a derivedcreateStore():new Effect()removed in favor ofstore.subscribe():Patch Changes
dace25f]:v0.9.1Compare Source
Patch Changes
3096bf2]:TanStack/store (@tanstack/vue-store)
v0.9.2Compare Source
Patch Changes
84dc3eb]:v0.9.1Compare Source
Patch Changes
77c872f]:v0.9.0Compare Source
Minor Changes
Breaking changes (#265)
new Store()is nowcreateStore()new Derived()is now a derivedcreateStore():new Effect()removed in favor ofstore.subscribe():Patch Changes
dace25f]:v0.8.1Compare Source
Patch Changes
3096bf2]:typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.57.1Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.0Compare Source
🚀 Features
🩹 Fixes
TypeOrValueSpecifierto prefer-promise-reject-errors (#12094)cookedwill benull(#11355)❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.1Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.55.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.57.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.55.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.5Miscellaneous Chores
v6.0.4Bug Fixes
Miscellaneous Chores
vitejs/vite-plugin-vue (@vitejs/plugin-vue-jsx)
v5.1.5Miscellaneous Chores
v5.1.4Bug Fixes
Miscellaneous Chores
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.2Compare Source
v0.5.1Compare Source
v0.5.0Compare Source
Breaking changes
reactRefreshexport is available and prefered over the default export. It's an object with two properties:plugin: The plugin object with the rulesconfigs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.customHOCsoption was renamed toextraHOCsextraHOCsoptionConfig example:
Config example without config:
Why
This version follows a revamp of the internal logic to better make the difference between random call expressions like
export const Enum = Object.keys(Record)and actual React HOC calls likeexport const MemoComponent = memo(Component). (fixes #93)The rule now handles ternaries and patterns like
export default customHOC(props)(Component)which makes it able to correctly support files like this one given this config:{ "react-refresh/only-export-components": [ "warn", { "extraHOCs": ["createRootRouteWithContext"] } ] }Because I'm not 100% sure this new logic doesn't introduce any false positive, this is done in a major-like version. This also give me the occasion to remove the hardcoded
connectfrom the rule. If you are usingconnectfromreact-redux, you should now add it toextraHOCslike this:{ "react-refresh/only-export-components": ["warn", { "extraHOCs": ["connect"] }] }nuxt/nuxt (nuxt)
v3.21.2Compare Source
v3.21.1Compare Source
👉 Changelog
compare changes
🩹 Fixes
server/forbuilder:watchhook (#34208)x-nitro-prerenderheader (#34202)error.messagefor fatal errors (#34226)#appbarrel export in keyed functions (#34199)datetime in` (#33992)nuxt/schema(#34255)meta.name(#34263)#componentsimport mapping conflict for packages outside rootDir (#34139)nuxt/schemaonce more (9f5bb611d)💅 Refactors
genObjectKeyto omit unnecessary quotes (#34245)ComponentPropshelper to extract layout props (#34248)📖 Documentation
keyedComposables(#34201)🏡 Chore
pxfromwidthattribute (e80147f7d)✅ Tests
<NuxtPage>navigation (707a9dc44)❤️ Contributors
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.